Skip to content

Add support for user data frame metadata trailer type#1983

Merged
chenosaurus merged 9 commits into
mainfrom
dc/fm_user_data
Jun 24, 2026
Merged

Add support for user data frame metadata trailer type#1983
chenosaurus merged 9 commits into
mainfrom
dc/fm_user_data

Conversation

@chenosaurus

Copy link
Copy Markdown
Contributor
  • Add frame metadata parser for new user_data trailer type
  • Update examples/demo to render parsed user_data

@changeset-bot

changeset-bot Bot commented Jun 22, 2026

Copy link
Copy Markdown

🦋 Changeset detected

Latest commit: b327d3e

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
livekit-client Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

Comment thread examples/demo/demo.ts
`\nReceive: ${fmt(receiveTime)}` +
`\nLatency: ${latencyDisplay}`;
}
if (meta.userData && meta.userData.byteLength > 0) {

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this just renders some info on the demo app overlay when user_data is detected.

Base automatically changed from lukas/rename-packet-trailer to main June 23, 2026 08:57

@lukasIO lukasIO left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@github-actions

Copy link
Copy Markdown
Contributor

size-limit report 📦

Path Size
dist/livekit-client.esm.mjs 100.72 KB (0%)
dist/livekit-client.umd.js 109.71 KB (0%)

@chenosaurus chenosaurus merged commit 23326f9 into main Jun 24, 2026
7 checks passed
@chenosaurus chenosaurus deleted the dc/fm_user_data branch June 24, 2026 22:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants